projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccc3d87
)
Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 15 Jan 2011 05:16:51 +0000
(
00:16
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 15 Jan 2011 05:16:51 +0000
(
00:16
-0500)
gtk/gtkrange.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrange.c
b/gtk/gtkrange.c
index 2ad0357653b798a68f11aac00e67e6877753a3f6..91431e12cc27a86818d34180ada939a4bc536463 100644
(file)
--- a/
gtk/gtkrange.c
+++ b/
gtk/gtkrange.c
@@
-508,7
+508,7
@@
gtk_range_class_init (GtkRangeClass *class)
PROP_ROUND_DIGITS,
g_param_spec_int ("round-digits",
P_("Round Digits"),
- P_("The number of
widge
ts to round the value to."),
+ P_("The number of
digi
ts to round the value to."),
-1,
G_MAXINT,
-1,